.download > li, .product-downloads ul {
  list-style: outside none none;
  padding: 0px;
}

.product-downloads .attachment-link {
  margin-left: 10px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.download > li {
  margin-bottom: 10px;
}
.product-downloads > ul {
  margin-top: 10px;
}
.download img {
    vertical-align: middle;
}
.isDisabled {
  cursor: not-allowed;
  text-decoration: none !important;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.downloadmessege {
  font-style: italic;
  color: #919191;
}
.product-downloads h3 strong {
    text-transform: capitalize;
    border-bottom: 1px solid #8a8585;
}
.attachment-content {
  text-align: justify;
  padding-bottom: 15px;
}
.product-downloads h3.title {
	margin: 30px 0;
	border-bottom: 1px solid #575757;
	padding: 15px 0;
}
.product-downloads h3.title strong {
	font-size: 20px;
	color: #575757;
	font-weight: 700;
}
.product-downloads h3 strong {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border: none;
}
.product-downloads > ul {
	margin: 10px 0 10px 0px;
}
.product-downloads .attachment-content {
	padding-bottom: 5px;
	position: relative;
	padding-left: 0;
}
.product-downloads .attachment-content img {
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 10px;
}
.product-downloads .attachment-content .isDisabled,
.product-downloads .attachment-content .attachment-link {
	margin-left: 0;
	font-weight: 400;
	font-size: 14px;
	color: #e31e24;
}
.product-downloads .attachment-content .isDisabled:hover,
.product-downloads .attachment-content .attachment-link:hover {
	color: #373737;
}
.product-downloads .attachment-content .attachmentdetail {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.product-downloads .downloadmessege {
	margin-bottom: 0;
	color: #666666;
}
.attachment_subtitle {
    font-weight: bold;
    display: inline-block;
}
